home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / comm / term / term_source.lha / Extras / Source / term-source.lha / Glue / LockDevUnit.asm < prev    next >
Assembly Source File  |  1996-10-20  |  301b  |  16 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** LockDevUnit ram interface
  3.     XREF    _OwnDevUnitBase
  4.     SECTION    OwnDevUnit,code
  5.     XDEF    _LockDevUnit
  6. _LockDevUnit:
  7.         move.l    a6,-(sp)
  8.         move.l    _OwnDevUnitBase,a6
  9.         move.l    8(sp),a0
  10.         movem.l    12(sp),d0/a1
  11.         move.l    20(sp),d1
  12.         jsr    -30(a6)
  13.         move.l    (sp)+,a6
  14.         rts
  15.     END
  16.